/* 登录弹框 */
/* .new-login-pop {
    width: 100%;
    height: 414px;
} */
.new-login-pop .closeX {
    right: 18px;
    top: 16px;
    transition: .3s;
}

.new-login-pop .closeX:hover {
    transform: rotate(180deg);
}

.new-login-pop .closeX i {
    font-size: 16px;
    color: #999999;
}

/* 3种方式并列 */
.new-login-pop .three-way {
    padding: 43px 0 25px;
}

.new-login-pop .three-way .logo {
    height: 40px;
}

.new-login-pop .three-way .slogo {
    margin: 14px 0 32px;
    font-size: 14px;
    color: #999999;
}

.new-login-pop .three-way .ways>* {
    display: inline-block;
    vertical-align: middle;
    margin: 0 37px;
    width: 100px;
    cursor: pointer;
}

.new-login-pop .three-way .ways .iconfont {
    display: block;
    margin: 0 auto 16px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    line-height: 100px;
    font-size: 48px;
    color: #fff;
}

.new-login-pop .three-way .go-weixin .iconfont {
    background: #2BC102;
}

.new-login-pop .three-way .go-weixin:hover .iconfont {
    background: #6ED651;
}

.new-login-pop .three-way .go-qq .iconfont {
    background: #1E9CF0;
}

.new-login-pop .three-way .go-qq:hover .iconfont {
    background: #5AB8F7;
}

.new-login-pop .three-way .go-phone .iconfont {
    background: #F4B93D;
}

.new-login-pop .three-way .go-phone:hover .iconfont {
    background: #F7C65F;
}

.new-login-pop .three-way .ways .way-name {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #666;
    white-space: nowrap;
}

.new-login-pop .three-way .go-phone .way-name {
    margin-left: -2px;
}

.new-login-pop .three-way .ways>*:hover .way-name {
    color: #333333;
}

.new-login-pop .three-way .tips,
.specific-login .tips {
    width: 380px;
    height: 32px;
    background: #FDF3F0;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 600;
    color: #DD5D35;
    line-height: 32px;
    text-align: center;
    letter-spacing: 1px;
}

.new-login-pop .three-way .tips {
    margin: 22px auto 25px;
}

.new-login-pop .three-way .agreement {
    /* margin-top: 62px; */
    font-size: 12px;
    color: #999999;
}

.new-login-pop .three-way .agreement .iconfont {
    vertical-align: -1px;
    margin-right: 4px;
}

.new-login-pop .three-way .agreement a {
    color: var(--mainColor);
}

.new-login-pop .three-way .agreement a:hover {
    text-decoration: underline;
}

/* 单个登录弹框 */
.specific-login .closeX {
    z-index: 3;
}

.specific-login .btn-prev {
    position: absolute;
    top: 34px;
    left: 18px;
    cursor: pointer;
}

.specific-login .btn-prev .iconfont {
    font-size: 24px;
    color: #999;
}

.specific-login .btn-prev:hover .iconfont {
    color: #333;
}

.specific-login .top {
    width: 100%;
    height: 90px;
    background: #F9F9F9;
    border-radius: 8px 8px 0px 0px;
    padding: 20px 0;
}

.specific-login .top .logo {
    height: 26px;
}

.specific-login .top .slogo {
    margin: 7px auto 0;
    font-size: 12px;
    color: #666;
}

.specific-login .way-box {
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    padding: 0 60px;
}

.specific-login .way-box.disable:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 318px;
    background: rgba(255, 255, 255, 0.95);
    z-index: 2;
}

.specific-login .weixin .wx-pay-qr-code {
    margin: 50px auto 0;
    display: block;
    height: 165px;
}

.specific-login .weixin .wx-info {
    margin: 4px 0 0;
    font-size: 14px;
    color: #333333;
}

.specific-login .sms-or-clo .login-way {
    margin: 30px 0 18px;
}



.specific-login .sms-or-clo .lw-li {
    font-size: 18px;
    color: #999;
    transition: color .28s;
    cursor: pointer;
    letter-spacing: 1px;
}

.specific-login .sms-or-clo .lw-li:first-of-type {
    margin-right: 84px;
}

.specific-login .sms-or-clo .lw-li.on,
.specific-login .sms-or-clo .lw-li:hover {
    color: #333;
    font-weight: 600;
}

.specific-login .sms-or-clo .line {
    position: relative;
    height: 46px;
    width: 100%;
    margin-bottom: 18px;
}

.specific-login .sms-or-clo .line input {
    width: 100%;
    height: 100%;
    border: 1px solid #DCDCDC;
    border-radius: 4px;
    font-size: 12px;
    color: #999999;
    text-indent: 16px;
}

.specific-login .sms-or-clo .line input:focus {
    border-color: #83C9A5;
}

.specific-login .sms-or-clo .line input::placeholder {
    color: #B2B2B2;
    font-weight: 300;
}

.specific-login .sms-or-clo .line .phone-code-btn,
.specific-login .sms-or-clo .line .find-pwd-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 14px;
    color: #1ABD9B;
    padding: 0 14px;
    line-height: 46px;
    background: transparent;
    border: none;
}

.specific-login .sms-or-clo .line .warning {
    display: none;
    position: absolute;
    bottom: -18px;
    left: 0;
    font-size: 12px;
    color: #DD0000;
}

.specific-login .sms-or-clo .warning .warning-icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #EA2741;
    text-align: center;
    line-height: 14px;
    font-size: 12px;
    color: #fff;
    margin-right: 3px;
}

.specific-login .sms-or-clo .tips {
    margin: 12px auto 18px;
}

.specific-login .sms-or-clo .btn-submit {
    margin: 24px auto 12px;
    display: block;
    width: 100%;
    height: 46px;
    border: none;
    background: var(--lightColor);
    border-radius: 23px;
    line-height: 46px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.specific-login .hr {
    margin: 0 auto 20px;
    display: flex;
    display: -ms-flexbox;
    font-size: 14px;
    color: #999;
    line-height: 1em;
    justify-content: space-between;
    text-align: center;
}

.specific-login .hr .line {
    margin: 6px 0;
    display: inline-block;
    height: 1px;
    width: 33%;
    background-color: #EDEDED;
}

.specific-login .other-ways {
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    text-align: center;
}

.specific-login .other-ways .iconfont {
    margin: 0 auto 6px;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #EFEFEF;
    text-align: center;
    line-height: 38px;
    font-size: 18px;
    cursor: pointer;
}

.specific-login .other-ways>*:first-child {
    margin-right: 60px;
}

.specific-login .other-ways .go-weixin .iconfont {
    color: #2BC102;
}

.specific-login .other-ways .go-weixin:hover .iconfont {
    border-color: #2BC102;
    background: #2BC102;
    color: #fff;
}

.specific-login .other-ways .qq-login .iconfont {
    color: #1E9CF0;
}

.specific-login .other-ways .qq-login:hover .iconfont {
    border-color: #1E9CF0;
    background: #1E9CF0;
    color: #fff;
}

.specific-login .other-ways .go-phone .iconfont {
    color: #F4B93D;
}

.specific-login .other-ways .go-phone:hover .iconfont {
    border-color: #F4B93D;
    background: #F4B93D;
    color: #fff;
}

.specific-login .qq-and-weixin .tips {
    margin: 22px auto 22px;
}

.specific-login .other-ways span {
    font-size: 12px;
    color: #666666;
}

.specific-login .agreement {
    margin: 22px -24px 0;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #999;
}

.specific-login .agreement i {
    vertical-align: -1px;
    cursor: pointer;
    margin-right: 4px;
}

.specific-login .agreement a {
    color: var(--mainColor);
}

.specific-login .agreement a:hover {
    text-decoration: underline;
}